Post

Replies

Boosts

Views

Activity

Reply to JavaScriptCore Crashed in iOS17 and above system
We use the JavaScriptCore library to interact with WebView and JS, such as this code: NSString *js = @"function add(a,b) {return a + b}"; [self.jsContent evaluateScript:js]; JSValue *jsValue = [self.jsContent[@"add"] callWithArguments:@[@2,@3]]; jsValue obtained here
Topic: Safari & Web SubTopic: General Tags:
Replies
Boosts
Views
Activity
Nov ’24
Reply to JavaScriptCore Crashed in iOS17 and above system
Use the JavaScriptCore library to parse the jsvalue obtained from the js file. Is this crash related to wkwebview loading html? Will it crash due to the js code in the h5 page?
Topic: Safari & Web SubTopic: General Tags:
Replies
Boosts
Views
Activity
Nov ’24
Reply to JavaScriptCore Crashed in iOS17 and above system
The web pages in the app is loaded using WKWebView. There are also scenarios where JavaScriptCore is used to call this method: (JSValue *)callWithArguments:(NSArray *)arguments;
Topic: Safari & Web SubTopic: General Tags:
Replies
Boosts
Views
Activity
Oct ’24
Reply to JavaScriptCore Crashed in iOS17 and above system
Or you can download from this link: https://storage.jd.com/animation/CLQ6w-o7pljWK5eiTPbbZY.xccrashpoint.zip
Topic: Safari & Web SubTopic: General Tags:
Replies
Boosts
Views
Activity
Oct ’24
Reply to JavaScriptCore Crashed in iOS17 and above system
Can we send you relevant information via email?
Topic: Safari & Web SubTopic: General Tags:
Replies
Boosts
Views
Activity
Oct ’24
Reply to JavaScriptCore Crashed in iOS17 and above system
These .crash crash logs are crash logs of online users exported from XCode. These are logs collected by Apple. We do not have .ips crash logs
Topic: Safari & Web SubTopic: General Tags:
Replies
Boosts
Views
Activity
Sep ’24